projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c2611c
)
Include systime.h after xterm.h.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 5 Jun 1994 18:29:46 +0000
(18:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 5 Jun 1994 18:29:46 +0000
(18:29 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 55292196bf662ff547099ef14c6895d45aade7de..f5234b6fa675d4c85fb95f33cfc4b8e953490ee7 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-39,12
+39,14
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "intervals.h"
#include "systty.h"
-#include "systime.h"
#ifdef HAVE_X_WINDOWS
#include "xterm.h"
#endif /* HAVE_X_WINDOWS */
+/* Include systime.h after xterm.h to avoid double inclusion of time.h. */
+#include "systime.h"
+
#include <errno.h>
#define max(a, b) ((a) > (b) ? (a) : (b))